home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / AppKiller 1.2.1 / src / ak_headers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-30  |  368 b   |  20 lines  |  [TEXT/CWIE]

  1. /*
  2. ** ak_header.h
  3. **
  4. ** all the minimum necessary headers for the application killer stuff
  5. */
  6.  
  7. #include <AppleEvents.h>
  8. #include <Desk.h>
  9. #include <Dialogs.h>
  10. #include <Events.h>
  11. #include <Fonts.h>
  12. #include <GestaltEqu.h>
  13. #include <Menus.h>
  14. #include <OSEvents.h>
  15. #include <QuickDraw.h>
  16. #include <THINK.h>
  17. #include <ToolUtils.h>
  18. #include <Types.h>
  19. #include <Windows.h>
  20.